home *** CD-ROM | disk | FTP | other *** search
/ WordPerfect Productivity Pack / WordPerfect Productivity Pack.iso / setup / setodbc.ini < prev    next >
INI File  |  2001-03-23  |  2KB  |  74 lines

  1. ; Install Syntax:
  2. ; --------------
  3. ; PdxODBC.exe <Full Path where the drivers were copied> <INI Full Path fileName>
  4. ; Ex: PdxODBC.exe C:\Program Files\Corel\Suite9\Shared\IDAPI F:\ODBC Drivers\PdxODBC.ini
  5.  
  6. ; UnInstall Syntax:
  7. ; ----------------
  8. ; PdxODBC.exe /UnInstall
  9. ; Ex: PdxODBC.exe /UnInstall
  10.  
  11. ; Special Cases:
  12. ; -------------
  13. ; 1- Create a "ODBC Data Sources=<dataSourceName>" name if you want to create a default data
  14. ;    source for that driver.
  15. ; 2- Create a "PdxUnInstall=YES" name if you want that driver to be uninstall when uninstalling
  16. ;    Paradox.
  17. ; 3- "INCREASE" value means that if the name already exist, its value will be icremented by one
  18. ;    otherwise, it will be set to 1.
  19. ; 4- "%PATH%" can only be put at the beginning of a value, it will be replace by the path you
  20. ;    provided when calling the exe.
  21. ; 5- All other name-value will be registered as is.
  22.  
  23. ; IMPORTANT NOTE:
  24. ; --------------
  25. ; All Parameters in this file are case sensitive.
  26.  
  27. ;[INTERSOLV 3.11 32-BIT TextFile (*.*)]
  28. ;PdxUnInstall=YES
  29. ;ODBC Data Sources=TextFile
  30. ;UsageCount=INCREASE
  31. ;Driver=%PATH%IVTXT13.DLL
  32. ;Setup=%PATH%IVTXT13.DLL
  33. ;APILevel=1
  34. ;ConnectFunctions=YYY
  35. ;DriverODBCVer=03.00
  36. ;FileUsage=INCREASE
  37. ;FileExtns=*.*
  38. ;SQLLevel=0
  39. ;CPTimeout=60
  40.  
  41. [INTERSOLV 3.00 32-BIT ParadoxFile (*.db)]
  42. PdxUnInstall=YES
  43. ;ODBC Data Sources=ParadoxFile
  44. UsageCount=INCREASE
  45. Driver=%PATH%IVIDP13.DLL
  46. Setup=%PATH%IVIDP13.DLL
  47. APILevel=1
  48. ConnectFunctions=YYY
  49. DriverODBCVer=03.00
  50. FileUsage=INCREASE
  51. FileExtns=*.db
  52. SQLLevel=0
  53. CPTimeout=60
  54.  
  55. [INTERSOLV 3.11 32-BIT ParadoxFile (*.db)]
  56. PdxUnInstall=YES
  57. ;ODBC Data Sources=ParadoxFile
  58. UsageCount=INCREASE
  59. Driver=%PATH%IVIDP13.DLL
  60. Setup=%PATH%IVIDP13.DLL
  61. APILevel=1
  62. ConnectFunctions=YYY
  63. DriverODBCVer=03.00
  64. FileUsage=INCREASE
  65. FileExtns=*.db
  66. SQLLevel=0
  67. CPTimeout=60
  68.  
  69.  
  70. ;[OEM to ANSI]
  71. ;PdxUnInstall=YES
  72. ;Translator=%PATH%ivtrn13.dll
  73. ;Setup=%PATH%ivtrn13.dll
  74.